* {
    background-color: black;
    background-image: url('./img/bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.4;
}
